home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 128
- Top = 103
- Width = 673
- Height = 390
- Caption = 'Form1'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 424
- Top = 8
- Width = 109
- Height = 16
- Caption = 'Transmitted files:'
- end
- object ApdTerminal1: TApdTerminal
- Left = 8
- Top = 8
- Width = 408
- Height = 300
- ComPort = ApdComPort1
- DisplayRows = 25
- DisplayColumns = 51
- CaptureFile = 'APD.CAP'
- Font.Color = clYellow
- Font.Height = -12
- Font.Name = 'Terminal'
- Font.Pitch = fpFixed
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object ListBox1: TListBox
- Left = 424
- Top = 24
- Width = 233
- Height = 284
- ItemHeight = 16
- TabOrder = 1
- end
- object TransmitAll: TButton
- Left = 8
- Top = 320
- Width = 89
- Height = 33
- Caption = 'TransmitAll'
- TabOrder = 2
- OnClick = TransmitAllClick
- end
- object ApdComPort1: TApdComPort
- TraceName = 'APD.TRC'
- LogName = 'APD.LOG'
- TriggerLength = 0
- end
- object ApdProtocol1: TApdProtocol
- ComPort = ApdComPort1
- FileMask = '*.*'
- BlockCheckMethod = bcmNone
- StatusDisplay = ApdProtocolStatus1
- KermitPadCharacter = #0
- OnProtocolFinish = ApdProtocol1ProtocolFinish
- OnProtocolLog = ApdProtocol1ProtocolLog
- Left = 32
- end
- object ApdProtocolStatus1: TApdProtocolStatus
- Position = poScreenCenter
- Ctl3D = True
- Visible = False
- Left = 64
- end
- end
-